home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / grafix / 3d / dust / dusthelp2 / smoothsg < prev    next >
Text File  |  1996-02-26  |  802b  |  20 lines

  1.   COMMAND SMOOTHSG
  2. -----------------------------------------------------------------
  3.     Purpose: Smooth a subgroup of an object using a very complicated
  4.              and slow algorithm which produces incredible results.
  5.  
  6.              SCALE specifies the scale-factor of the spline-tangents,
  7.              a higher value results in a higher bend of the
  8.              interpolated curves.
  9.  
  10.       Usage: SMOOTHSG(<objectID>,<subgroup>,[<scale>])
  11.    Examples: smoothsg(1,lip)
  12.              smoothsg(1,ball,1.4)
  13.       Notes: 1. There is a limit of 72 faces (subgroup) for
  14.                 unregistered users
  15.              2. This procedure was designed to work with the following
  16.                 settings:
  17.                  SPLINETYPE=CATMULLROM
  18.                  SPLINEENDS=OPEN
  19.                  SPLINESUBDIV=20
  20.